home *** CD-ROM | disk | FTP | other *** search
- object MsgForm: TMsgForm
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Question'
- ClientHeight = 164
- ClientWidth = 427
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 12
- Top = 10
- Width = 405
- Height = 31
- AutoSize = False
- Caption = 'Question'
- WordWrap = True
- end
- object Memo1: TMemo
- Left = 8
- Top = 48
- Width = 411
- Height = 73
- TabOrder = 0
- end
- object OKButton: TBitBtn
- Left = 330
- Top = 131
- Width = 90
- Height = 25
- TabOrder = 1
- OnClick = OKButtonClick
- Kind = bkOK
- end
- end
-